home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg2.cab / rgb.css < prev    next >
Cascading Style Sheet File  |  2004-11-27  |  2KB  |  92 lines

  1. .doctitle {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 14px;
  4.     color: #000000;
  5.     font-weight: bold;
  6. }
  7. .docdescription {
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     font-size: 12px;
  10.     font-style: italic;
  11.     color: #000000;
  12. }
  13. .docauthor {
  14.     font-family: Arial, Helvetica, sans-serif;
  15.     font-size: 12px;
  16.     font-style: italic;
  17.     color: #000000;
  18. }
  19. .doccreationdate {
  20.     font-family: Arial, Helvetica, sans-serif;
  21.     font-size: 12px;
  22.     color: #000066;
  23. }
  24. .doclastchangeddate {
  25.     font-family: Arial, Helvetica, sans-serif;
  26.     font-size: 12px;
  27.     color: #990000;
  28. }
  29. .docfilename {
  30.     font-family: Arial, Helvetica, sans-serif;
  31.     font-size: 12px;
  32.     color: #000066;
  33. }
  34. .docfileformatinfo {
  35.     font-family: Arial, Helvetica, sans-serif;
  36.     font-size: 12px;
  37.     font-style: italic;
  38.     color: #000000;
  39. }
  40. .docnumberofpages {
  41.     font-family: Arial, Helvetica, sans-serif;
  42.     font-size: 12px;
  43.     color: #000000;
  44. }
  45. .docsizeinkb {
  46.     font-family: Arial, Helvetica, sans-serif;
  47.     font-size: 12px;
  48.     color: #000000;
  49. }
  50. body {
  51.     background-color: #660000;
  52.     background-image: url(images/background.gif);
  53. }
  54. .toctitle {
  55.     font-family: Arial, Helvetica, sans-serif;
  56.     font-size: 20px;
  57.     font-style: normal;
  58.     font-weight: bold;
  59.     color: #000000;
  60.     background-color: #CCCCCC;
  61. }
  62. .tcolor {
  63.     background-color: #FFCC00;
  64.     border-top-width: mittel;
  65.     border-right-width: mittel;
  66.     border-bottom-width: mittel;
  67.     border-left-width: mittel;
  68.     border-top-style: doppelt;
  69.     border-right-style: doppelt;
  70.     border-bottom-style: doppelt;
  71.     border-left-style: doppelt;
  72.     border-top-color: #003399;
  73.     border-right-color: #CC3300;
  74.     border-bottom-color: #003399;
  75.     border-left-color: #666666;
  76. }
  77. .ccolor {
  78.     background-color: #000066;
  79. }
  80. a:link {
  81.     font-family: Arial, Helvetica, sans-serif;
  82.     color: #003399;
  83. }
  84. a:visited {
  85.     font-family: Arial, Helvetica, sans-serif;
  86.     color: #0099CC;
  87. }
  88. a:active {
  89.     font-family: Arial, Helvetica, sans-serif;
  90.     color: #CC0000;
  91. }
  92.